func unicode.isExcludingLatin
10 uses
unicode (current package)
digit.go#L12: return isExcludingLatin(Digit, r)
graphic.go#L94: return isExcludingLatin(Letter, r)
graphic.go#L100: return isExcludingLatin(Mark, r)
graphic.go#L108: return isExcludingLatin(Number, r)
graphic.go#L137: return isExcludingLatin(White_Space, r)
graphic.go#L145: return isExcludingLatin(Symbol, r)
letter.go#L170: func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
letter.go#L189: return isExcludingLatin(Upper, r)
letter.go#L198: return isExcludingLatin(Lower, r)
letter.go#L206: return isExcludingLatin(Title, r)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |